home *** CD-ROM | disk | FTP | other *** search
/ Gigarom 1 / Gigarom Macintosh Archives (Quantum Leap)(CDRM1080320)(1993).iso / FILES / HYP / H-I / ImportText.cpt / Import Text / card_3316.txt < prev    next >
Text File  |  1989-02-26  |  2KB  |  76 lines

  1. -- card: 3316 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 2571
  5. -- name: info
  6.  
  7.  
  8. -- part 1 (field)
  9. -- low flags: 01
  10. -- high flags: 0004
  11. -- rect: left=9 top=13 right=340 bottom=509
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 0
  15. -- font id: 3
  16. -- text size: 9
  17. -- style flags: 0
  18. -- line height: 12
  19. -- part name: 
  20. ----- HyperTalk script -----
  21. on mouseup
  22.   visual dissolve slowly
  23.   pop card
  24. end mouseup
  25.  
  26.  
  27. -- part 2 (button)
  28. -- low flags: 00
  29. -- high flags: 0000
  30. -- rect: left=181 top=38 right=52 bottom=388
  31. -- title width / last selected line: 0
  32. -- icon id / first selected line: 0 / 0
  33. -- text alignment: 1
  34. -- font id: 0
  35. -- text size: 12
  36. -- style flags: 0
  37. -- line height: 16
  38. -- part name: New Button
  39. ----- HyperTalk script -----
  40. on mouseUp
  41.   show card field "helpme"
  42. end mouseUp
  43.  
  44.  
  45.  
  46. -- part 3 (field)
  47. -- low flags: 81
  48. -- high flags: 0004
  49. -- rect: left=51 top=72 right=244 bottom=447
  50. -- title width / last selected line: 0
  51. -- icon id / first selected line: 0 / 0
  52. -- text alignment: 0
  53. -- font id: 4
  54. -- text size: 9
  55. -- style flags: 0
  56. -- line height: 12
  57. -- part name: helpme
  58. ----- HyperTalk script -----
  59. on mouseup
  60.   visual dissolve
  61.   hide card field "helpme"
  62. end mouseup
  63.  
  64.  
  65. -- part contents for card part 3
  66. ----- text -----
  67. To any budding XCMD writers out there (like myself):  
  68.  
  69. Know of the best way to pass strings to HyperCard? I'm writing to a string and then passing that string to Hypercard.  HyperCard is SO SLOW in putting the string into the field that it slows things down a lot.  Without the putting of the string this XCMD works VERY FAST! 
  70.  
  71. Any ideas? If so send them to me at:
  72. PSMY (MacNET)
  73. P.SMY (GEnie)
  74. or phone my BBS in Ottawa:1-613-233-6262 (the NCMC TCS)
  75.  
  76. Thanks.